3.2477 \(\int \frac{\left (a+b x+c x^2\right )^{4/3}}{(d+e x)^3} \, dx\)

Optimal. Leaf size=187 \[ \frac{6\ 2^{2/3} \left (a+b x+c x^2\right )^{4/3} F_1\left (-\frac{2}{3};-\frac{4}{3},-\frac{4}{3};\frac{1}{3};\frac{2 c d-\left (b-\sqrt{b^2-4 a c}\right ) e}{2 c (d+e x)},\frac{2 d-\frac{\left (b+\sqrt{b^2-4 a c}\right ) e}{c}}{2 (d+e x)}\right )}{e (d+e x)^2 \left (\frac{e \left (-\sqrt{b^2-4 a c}+b+2 c x\right )}{c (d+e x)}\right )^{4/3} \left (\frac{e \left (\sqrt{b^2-4 a c}+b+2 c x\right )}{c (d+e x)}\right )^{4/3}} \]

[Out]

(6*2^(2/3)*(a + b*x + c*x^2)^(4/3)*AppellF1[-2/3, -4/3, -4/3, 1/3, (2*c*d - (b -
 Sqrt[b^2 - 4*a*c])*e)/(2*c*(d + e*x)), (2*d - ((b + Sqrt[b^2 - 4*a*c])*e)/c)/(2
*(d + e*x))])/(e*((e*(b - Sqrt[b^2 - 4*a*c] + 2*c*x))/(c*(d + e*x)))^(4/3)*((e*(
b + Sqrt[b^2 - 4*a*c] + 2*c*x))/(c*(d + e*x)))^(4/3)*(d + e*x)^2)

_______________________________________________________________________________________

Rubi [A]  time = 0.653073, antiderivative size = 187, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.091 \[ \frac{6\ 2^{2/3} \left (a+b x+c x^2\right )^{4/3} F_1\left (-\frac{2}{3};-\frac{4}{3},-\frac{4}{3};\frac{1}{3};\frac{2 c d-\left (b-\sqrt{b^2-4 a c}\right ) e}{2 c (d+e x)},\frac{2 d-\frac{\left (b+\sqrt{b^2-4 a c}\right ) e}{c}}{2 (d+e x)}\right )}{e (d+e x)^2 \left (\frac{e \left (-\sqrt{b^2-4 a c}+b+2 c x\right )}{c (d+e x)}\right )^{4/3} \left (\frac{e \left (\sqrt{b^2-4 a c}+b+2 c x\right )}{c (d+e x)}\right )^{4/3}} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x + c*x^2)^(4/3)/(d + e*x)^3,x]

[Out]

(6*2^(2/3)*(a + b*x + c*x^2)^(4/3)*AppellF1[-2/3, -4/3, -4/3, 1/3, (2*c*d - (b -
 Sqrt[b^2 - 4*a*c])*e)/(2*c*(d + e*x)), (2*d - ((b + Sqrt[b^2 - 4*a*c])*e)/c)/(2
*(d + e*x))])/(e*((e*(b - Sqrt[b^2 - 4*a*c] + 2*c*x))/(c*(d + e*x)))^(4/3)*((e*(
b + Sqrt[b^2 - 4*a*c] + 2*c*x))/(c*(d + e*x)))^(4/3)*(d + e*x)^2)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 30.4459, size = 155, normalized size = 0.83 \[ \frac{6 \cdot 2^{\frac{2}{3}} \left (a + b x + c x^{2}\right )^{\frac{4}{3}} \operatorname{appellf_{1}}{\left (- \frac{2}{3},- \frac{4}{3},- \frac{4}{3},\frac{1}{3},\frac{c d - \frac{e \left (b - \sqrt{- 4 a c + b^{2}}\right )}{2}}{c \left (d + e x\right )},\frac{c d - \frac{e \left (b + \sqrt{- 4 a c + b^{2}}\right )}{2}}{c \left (d + e x\right )} \right )}}{e \left (\frac{e \left (b + 2 c x - \sqrt{- 4 a c + b^{2}}\right )}{c \left (d + e x\right )}\right )^{\frac{4}{3}} \left (\frac{e \left (b + 2 c x + \sqrt{- 4 a c + b^{2}}\right )}{c \left (d + e x\right )}\right )^{\frac{4}{3}} \left (d + e x\right )^{2}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*x**2+b*x+a)**(4/3)/(e*x+d)**3,x)

[Out]

6*2**(2/3)*(a + b*x + c*x**2)**(4/3)*appellf1(-2/3, -4/3, -4/3, 1/3, (c*d - e*(b
 - sqrt(-4*a*c + b**2))/2)/(c*(d + e*x)), (c*d - e*(b + sqrt(-4*a*c + b**2))/2)/
(c*(d + e*x)))/(e*(e*(b + 2*c*x - sqrt(-4*a*c + b**2))/(c*(d + e*x)))**(4/3)*(e*
(b + 2*c*x + sqrt(-4*a*c + b**2))/(c*(d + e*x)))**(4/3)*(d + e*x)**2)

_______________________________________________________________________________________

Mathematica [A]  time = 1.7461, size = 0, normalized size = 0. \[ \int \frac{\left (a+b x+c x^2\right )^{4/3}}{(d+e x)^3} \, dx \]

Verification is Not applicable to the result.

[In]  Integrate[(a + b*x + c*x^2)^(4/3)/(d + e*x)^3,x]

[Out]

Integrate[(a + b*x + c*x^2)^(4/3)/(d + e*x)^3, x]

_______________________________________________________________________________________

Maple [F]  time = 0.165, size = 0, normalized size = 0. \[ \int{\frac{1}{ \left ( ex+d \right ) ^{3}} \left ( c{x}^{2}+bx+a \right ) ^{{\frac{4}{3}}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*x^2+b*x+a)^(4/3)/(e*x+d)^3,x)

[Out]

int((c*x^2+b*x+a)^(4/3)/(e*x+d)^3,x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (c x^{2} + b x + a\right )}^{\frac{4}{3}}}{{\left (e x + d\right )}^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(4/3)/(e*x + d)^3,x, algorithm="maxima")

[Out]

integrate((c*x^2 + b*x + a)^(4/3)/(e*x + d)^3, x)

_______________________________________________________________________________________

Fricas [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(4/3)/(e*x + d)^3,x, algorithm="fricas")

[Out]

Timed out

_______________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \[ \text{Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x**2+b*x+a)**(4/3)/(e*x+d)**3,x)

[Out]

Timed out

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{{\left (c x^{2} + b x + a\right )}^{\frac{4}{3}}}{{\left (e x + d\right )}^{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(4/3)/(e*x + d)^3,x, algorithm="giac")

[Out]

integrate((c*x^2 + b*x + a)^(4/3)/(e*x + d)^3, x)